body{
		background-color: #5CB200;

}

h1 {
	font-size: 36pt;
	color: #bbdf12;
	font-family: century gothic;
}

h2 {
	font-size: 36pt;
	color: #0d3b00;
	font-family: century gothic;
}


p {
	font-size: 24pt;
	color: #bbdf12;
	font-family: century gothic;
}

li {
	font-size: 24pt;
	color: #0d3b00;
	font-family: century gothic;
}

img {
	width: 30%;
	height:auto;
	position: relative; /* or absolute */
      top: 0px; /* Moves the image 50px down (y-axis) */
      left: 40px; /* Moves the image 30px to the right (x-axis) */
}

.middle {
	background-color:#f9fff3;
}